projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3067fb8
)
selection: Disable deprecation warnings
author
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 15:37:22 +0000
(15:37 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 23:28:50 +0000
(23:28 +0000)
We are using a lot of deprecated API, and we know it.
Since the selection code is going to be replaced in GTK 4.0, there's no
real point in keeping the warnings enabled in 3.22.
gtk/gtkselection.c
patch
|
blob
|
history
diff --git
a/gtk/gtkselection.c
b/gtk/gtkselection.c
index 0c1f98d756667c9de0e7c6418654e7b65b4a81b0..9842f2dfc376b9240e8c3760faa8aad8dbfd4210 100644
(file)
--- a/
gtk/gtkselection.c
+++ b/
gtk/gtkselection.c
@@
-75,6
+75,9
@@
* associated information.
*/
+/* We are using deprecated API, here, and we know that */
+#define GDK_DISABLE_DEPRECATION_WARNINGS
+
#include "config.h"
#include "gtkselection.h"